Skip to main content
Glama

TianGong-LCA-MCP Server

by linancn

Weaviate Hybrid Search with Extension

Perform hybrid search in Weaviate with context extension for TianGong Life Cycle Assessment (LCA), enabling precise retrieval of relevant data using collection, query, and key parameters.

Instructions

Hybrid search in Weaviate with context extension

Input Schema

NameRequiredDescriptionDefault
collectionYes
extKYes
queryYes
topKYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collection": { "type": "string" }, "extK": { "minimum": 0, "type": "number" }, "query": { "type": "string" }, "topK": { "type": "number" } }, "required": [ "collection", "query", "topK", "extK" ], "type": "object" }

You must be authenticated.

Other Tools from TianGong-LCA-MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/linancn/tiangong-lca-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server